Html Css Color HEX #34019B Persian Indigo

📋 copy color: '#34019B'

red 52 ◦ green 1 ◦ blue 155

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

Shades of Persian Indigo #34019B

Tints of Persian Indigo #34019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 155 (60.94% from 255) = 74.52%

R = 25%
G = 0.48%
B = 74.52%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34019B (or 0x34019B) is known color: Persian Indigo. HEX triplet: 34, 01 and 9B. RGB value is (52,1,155). Sum of RGB (Red+Green+Blue) = 52+1+155=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 155 (60.94% from 255 or 74.52% from 208); Max value from RGB is 155 - color contains mainly: blue. Hex color #34019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34019B is #CBFE64. Grayscale: #212121. Windows color (decimal): -13368933 or 10158388. OLE color: 10158388.

HSL color Cylindrical-coordinate representation of color #34019B: hue angle of 259.87º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34019B is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 1 155 -
CMYK 0.66 0.99 0 0.39
HSL 259.87º 0.99% 0.31% -
HSV(B) 259.87º 0.99% 0.61% -
XYZ 7.34 3.12 31.23 -
YUV 33.81 196.4 140.98 -
System Red Green Blue C M Y K H S L
Decimal 52 1 155 0.66 0.99 0 0.39 259.87 0.99 0.31
Hex 34 1 9B 42 63 0 27 104 63 1F
Octal 64 1 233 102 143 0 47 404 143 37
Binary 110100 1 10011011 1000010 1100011 0 100111 100000100 1100011 11111

Color Harmonies of #34019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34019B

Black with #34019B

Text Example


Text Example

White with #34019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34019B; }

 p { color: rgb(52,1,155); }

 H1.HeaderClassName
 {
   color: #34019B;
 }
 .AnyTagClassName
 {
   color: #34019B;
 }
</style>

background-color css

<style>
 a { background-color: #34019B; }

 a { background-color: rgb(52,1,155); }

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

border-color css

<style>
 span { border-color: #34019B; }

 span { border-color: rgb(52,1,155); }

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