Html Css Color HEX #34106E Persian Indigo

📋 copy color: '#34106E'

red 52 ◦ green 16 ◦ blue 110

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

Shades of Persian Indigo #34106E

Tints of Persian Indigo #34106E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.99%

 BLUE value IS 110 (43.36% from 255) = 61.8%

R = 29.21%
G = 8.99%
B = 61.8%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34106E (or 0x34106E) is known color: Persian Indigo. HEX triplet: 34, 10 and 6E. RGB value is (52,16,110). Sum of RGB (Red+Green+Blue) = 52+16+110=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 110 (43.36% from 255 or 61.80% from 178); Max value from RGB is 110 - color contains mainly: blue. Hex color #34106E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34106E is #CBEF91. Grayscale: #252525. Windows color (decimal): -13365138 or 7213108. OLE color: 7213108.

HSL color Cylindrical-coordinate representation of color #34106E: hue angle of 262.98º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34106E is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 16 110 -
CMYK 0.53 0.85 0 0.57
HSL 262.98º 0.75% 0.25% -
HSV(B) 262.98º 0.85% 0.43% -
XYZ 4.42 2.23 14.95 -
YUV 37.48 168.93 138.36 -
System Red Green Blue C M Y K H S L
Decimal 52 16 110 0.53 0.85 0 0.57 262.98 0.75 0.25
Hex 34 10 6E 35 55 0 39 107 4B 19
Octal 64 20 156 65 125 0 71 407 113 31
Binary 110100 10000 1101110 110101 1010101 0 111001 100000111 1001011 11001

Color Harmonies of #34106E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34106E

Black with #34106E

Text Example


Text Example

White with #34106E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34106E; }

 p { color: rgb(52,16,110); }

 H1.HeaderClassName
 {
   color: #34106E;
 }
 .AnyTagClassName
 {
   color: #34106E;
 }
</style>

background-color css

<style>
 a { background-color: #34106E; }

 a { background-color: rgb(52,16,110); }

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

border-color css

<style>
 span { border-color: #34106E; }

 span { border-color: rgb(52,16,110); }

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