Html Css Color HEX #34017C Persian Indigo

📋 copy color: '#34017C'

red 52 ◦ green 1 ◦ blue 124

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

Shades of Persian Indigo #34017C

Tints of Persian Indigo #34017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 70.06%

R = 29.38%
G = 0.56%
B = 70.06%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34017C (or 0x34017C) is known color: Persian Indigo. HEX triplet: 34, 01 and 7C. RGB value is (52,1,124). Sum of RGB (Red+Green+Blue) = 52+1+124=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 124 (48.83% from 255 or 70.06% from 177); Max value from RGB is 124 - color contains mainly: blue. Hex color #34017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34017C is #CBFE83. Grayscale: #1D1D1D. Windows color (decimal): -13368964 or 8126772. OLE color: 8126772.

HSL color Cylindrical-coordinate representation of color #34017C: hue angle of 264.88º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34017C is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 1 124 -
CMYK 0.58 0.99 0 0.51
HSL 264.88º 0.98% 0.25% -
HSV(B) 264.88º 0.99% 0.49% -
XYZ 5.07 2.21 19.23 -
YUV 30.27 180.9 143.5 -
System Red Green Blue C M Y K H S L
Decimal 52 1 124 0.58 0.99 0 0.51 264.88 0.98 0.25
Hex 34 1 7C 3A 63 0 33 109 62 19
Octal 64 1 174 72 143 0 63 411 142 31
Binary 110100 1 1111100 111010 1100011 0 110011 100001001 1100010 11001

Color Harmonies of #34017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34017C

Black with #34017C

Text Example


Text Example

White with #34017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34017C; }

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

 H1.HeaderClassName
 {
   color: #34017C;
 }
 .AnyTagClassName
 {
   color: #34017C;
 }
</style>

background-color css

<style>
 a { background-color: #34017C; }

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

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

border-color css

<style>
 span { border-color: #34017C; }

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

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