Html Css Color HEX #34038E Persian Indigo

📋 copy color: '#34038E'

red 52 ◦ green 3 ◦ blue 142

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

Shades of Persian Indigo #34038E

Tints of Persian Indigo #34038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

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

R = 26.4%
G = 1.52%
B = 72.08%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#34038E (or 0x34038E) is known color: Persian Indigo. HEX triplet: 34, 03 and 8E. RGB value is (52,3,142). Sum of RGB (Red+Green+Blue) = 52+3+142=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 142 (55.86% from 255 or 72.08% from 197); Max value from RGB is 142 - color contains mainly: blue. Hex color #34038E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34038E is #CBFC71. Grayscale: #202020. Windows color (decimal): -13368434 or 9306932. OLE color: 9306932.

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

Color convert

RGB 52 3 142 -
CMYK 0.63 0.98 0 0.44
HSL 261.15º 0.96% 0.28% -
HSV(B) 261.15º 0.98% 0.56% -
XYZ 6.33 2.75 25.79 -
YUV 33.5 189.23 141.2 -
System Red Green Blue C M Y K H S L
Decimal 52 3 142 0.63 0.98 0 0.44 261.15 0.96 0.28
Hex 34 3 8E 3F 62 0 2C 105 60 1C
Octal 64 3 216 77 142 0 54 405 140 34
Binary 110100 11 10001110 111111 1100010 0 101100 100000101 1100000 11100

Color Harmonies of #34038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34038E

Black with #34038E

Text Example


Text Example

White with #34038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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