Html Css Color HEX #34039D Persian Indigo

📋 copy color: '#34039D'

red 52 ◦ green 3 ◦ blue 157

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

Shades of Persian Indigo #34039D

Tints of Persian Indigo #34039D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 74.06%

R = 24.53%
G = 1.42%
B = 74.06%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34039D (or 0x34039D) is known color: Persian Indigo. HEX triplet: 34, 03 and 9D. RGB value is (52,3,157). Sum of RGB (Red+Green+Blue) = 52+3+157=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #34039D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34039D is #CBFC62. Grayscale: #222222. Windows color (decimal): -13368419 or 10289972. OLE color: 10289972.

HSL color Cylindrical-coordinate representation of color #34039D: hue angle of 259.09º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #34039D is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 3 157 -
CMYK 0.67 0.98 0 0.38
HSL 259.09º 0.96% 0.31% -
HSV(B) 259.09º 0.98% 0.62% -
XYZ 7.53 3.23 32.12 -
YUV 35.21 196.73 139.98 -
System Red Green Blue C M Y K H S L
Decimal 52 3 157 0.67 0.98 0 0.38 259.09 0.96 0.31
Hex 34 3 9D 43 62 0 26 103 60 1F
Octal 64 3 235 103 142 0 46 403 140 37
Binary 110100 11 10011101 1000011 1100010 0 100110 100000011 1100000 11111

Color Harmonies of #34039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34039D

Black with #34039D

Text Example


Text Example

White with #34039D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34039D; }

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

 H1.HeaderClassName
 {
   color: #34039D;
 }
 .AnyTagClassName
 {
   color: #34039D;
 }
</style>

background-color css

<style>
 a { background-color: #34039D; }

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

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

border-color css

<style>
 span { border-color: #34039D; }

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

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