Html Css Color HEX #34019D Persian Indigo

📋 copy color: '#34019D'

red 52 ◦ green 1 ◦ blue 157

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

Shades of Persian Indigo #34019D

Tints of Persian Indigo #34019D

RGB

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

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

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

R = 24.76%
G = 0.48%
B = 74.76%

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

#34019D (or 0x34019D) is known color: Persian Indigo. HEX triplet: 34, 01 and 9D. RGB value is (52,1,157). Sum of RGB (Red+Green+Blue) = 52+1+157=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 157 (61.72% from 255 or 74.76% from 210); Max value from RGB is 157 - color contains mainly: blue. Hex color #34019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34019D is #CBFE62. Grayscale: #212121. Windows color (decimal): -13368931 or 10289460. OLE color: 10289460.

HSL color Cylindrical-coordinate representation of color #34019D: hue angle of 259.62º degrees, saturation: 0.99, 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 #34019D is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 1 157 -
CMYK 0.67 0.99 0 0.38
HSL 259.62º 0.99% 0.31% -
HSV(B) 259.62º 0.99% 0.62% -
XYZ 7.51 3.19 32.12 -
YUV 34.03 197.4 140.82 -
System Red Green Blue C M Y K H S L
Decimal 52 1 157 0.67 0.99 0 0.38 259.62 0.99 0.31
Hex 34 1 9D 43 63 0 26 104 63 1F
Octal 64 1 235 103 143 0 46 404 143 37
Binary 110100 1 10011101 1000011 1100011 0 100110 100000100 1100011 11111

Color Harmonies of #34019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34019D

Black with #34019D

Text Example


Text Example

White with #34019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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