Html Css Color HEX #34029F Persian Indigo

📋 copy color: '#34029F'

red 52 ◦ green 2 ◦ blue 159

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

Shades of Persian Indigo #34029F

Tints of Persian Indigo #34029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 74.65%

R = 24.41%
G = 0.94%
B = 74.65%

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

#34029F (or 0x34029F) is known color: Persian Indigo. HEX triplet: 34, 02 and 9F. RGB value is (52,2,159). Sum of RGB (Red+Green+Blue) = 52+2+159=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 159 (62.5% from 255 or 74.65% from 213); Max value from RGB is 159 - color contains mainly: blue. Hex color #34029F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34029F is #CBFD60. Grayscale: #222222. Windows color (decimal): -13368673 or 10420788. OLE color: 10420788.

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

Color convert

RGB 52 2 159 -
CMYK 0.67 0.99 0 0.38
HSL 259.11º 0.98% 0.32% -
HSV(B) 259.11º 0.99% 0.62% -
XYZ 7.7 3.28 33.03 -
YUV 34.85 198.07 140.23 -
System Red Green Blue C M Y K H S L
Decimal 52 2 159 0.67 0.99 0 0.38 259.11 0.98 0.32
Hex 34 2 9F 43 63 0 26 103 62 20
Octal 64 2 237 103 143 0 46 403 142 40
Binary 110100 10 10011111 1000011 1100011 0 100110 100000011 1100010 100000

Color Harmonies of #34029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34029F

Black with #34029F

Text Example


Text Example

White with #34029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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