Html Css Color HEX #34029D Persian Indigo

📋 copy color: '#34029D'

red 52 ◦ green 2 ◦ blue 157

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

Shades of Persian Indigo #34029D

Tints of Persian Indigo #34029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.95%

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

R = 24.64%
G = 0.95%
B = 74.41%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34029D (or 0x34029D) is known color: Persian Indigo. HEX triplet: 34, 02 and 9D. RGB value is (52,2,157). Sum of RGB (Red+Green+Blue) = 52+2+157=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 157 (61.72% from 255 or 74.41% from 211); Max value from RGB is 157 - color contains mainly: blue. Hex color #34029D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34029D is #CBFD62. Grayscale: #222222. Windows color (decimal): -13368675 or 10289716. OLE color: 10289716.

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

Color convert

RGB 52 2 157 -
CMYK 0.67 0.99 0 0.38
HSL 259.35º 0.97% 0.31% -
HSV(B) 259.35º 0.99% 0.62% -
XYZ 7.52 3.21 32.12 -
YUV 34.62 197.07 140.4 -
System Red Green Blue C M Y K H S L
Decimal 52 2 157 0.67 0.99 0 0.38 259.35 0.97 0.31
Hex 34 2 9D 43 63 0 26 103 61 1F
Octal 64 2 235 103 143 0 46 403 141 37
Binary 110100 10 10011101 1000011 1100011 0 100110 100000011 1100001 11111

Color Harmonies of #34029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34029D

Black with #34029D

Text Example


Text Example

White with #34029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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