Html Css Color HEX #34008A Persian Indigo

📋 copy color: '#34008A'

red 52 ◦ green 0 ◦ blue 138

#34008A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #34008A

Tints of Persian Indigo #34008A

RGB

 RED value IS 52 (20.7% from 255) = 27.37%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 138 (54.3% from 255) = 72.63%

R = 27.37%
G = 0%
B = 72.63%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#34008A (or 0x34008A) is known color: Persian Indigo. HEX triplet: 34, 00 and 8A. RGB value is (52,0,138). Sum of RGB (Red+Green+Blue) = 52+0+138=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 138 (54.30% from 255 or 72.63% from 190); Max value from RGB is 138 - color contains mainly: blue. Hex color #34008A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34008A is #CBFF75. Grayscale: #1E1E1E. Windows color (decimal): -13369206 or 9044020. OLE color: 9044020.

HSL color Cylindrical-coordinate representation of color #34008A: hue angle of 262.61º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34008A is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 0 138 -
CMYK 0.62 1 0 0.46
HSL 262.61º 1% 0.27% -
HSV(B) 262.61º 1% 0.54% -
XYZ 6 2.57 24.22 -
YUV 31.28 188.23 142.78 -
System Red Green Blue C M Y K H S L
Decimal 52 0 138 0.62 1 0 0.46 262.61 1 0.27
Hex 34 0 8A 3E 64 0 2E 107 64 1B
Octal 64 0 212 76 144 0 56 407 144 33
Binary 110100 0 10001010 111110 1100100 0 101110 100000111 1100100 11011

Color Harmonies of #34008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34008A

Black with #34008A

Text Example


Text Example

White with #34008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34008A; }

 p { color: rgb(52,0,138); }

 H1.HeaderClassName
 {
   color: #34008A;
 }
 .AnyTagClassName
 {
   color: #34008A;
 }
</style>

background-color css

<style>
 a { background-color: #34008A; }

 a { background-color: rgb(52,0,138); }

 div.DivClassName
 {
   background-color: #34008A;
 }
 .BgClassName
 {
   background-color: #34008A;
 }
</style>

border-color css

<style>
 span { border-color: #34008A; }

 span { border-color: rgb(52,0,138); }

 td.TdClassName
 {
   border-color: #34008A;
 }
 .TagClassName
 {
   border-color: #34008A;
 }
</style>