Html Css Color HEX #34008E Persian Indigo

📋 copy color: '#34008E'

red 52 ◦ green 0 ◦ blue 142

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

Shades of Persian Indigo #34008E

Tints of Persian Indigo #34008E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 73.2%

R = 26.8%
G = 0%
B = 73.2%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#34008E (or 0x34008E) is known color: Persian Indigo. HEX triplet: 34, 00 and 8E. RGB value is (52,0,142). Sum of RGB (Red+Green+Blue) = 52+0+142=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 142 (55.86% from 255 or 73.20% from 194); Max value from RGB is 142 - color contains mainly: blue. Hex color #34008E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34008E is #CBFF71. Grayscale: #1F1F1F. Windows color (decimal): -13369202 or 9306164. OLE color: 9306164.

HSL color Cylindrical-coordinate representation of color #34008E: hue angle of 261.97º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34008E is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 0 142 -
CMYK 0.63 1 0 0.44
HSL 261.97º 1% 0.28% -
HSV(B) 261.97º 1% 0.56% -
XYZ 6.3 2.68 25.78 -
YUV 31.74 190.23 142.45 -
System Red Green Blue C M Y K H S L
Decimal 52 0 142 0.63 1 0 0.44 261.97 1 0.28
Hex 34 0 8E 3F 64 0 2C 106 64 1C
Octal 64 0 216 77 144 0 54 406 144 34
Binary 110100 0 10001110 111111 1100100 0 101100 100000110 1100100 11100

Color Harmonies of #34008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34008E

Black with #34008E

Text Example


Text Example

White with #34008E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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