Html Css Color HEX #34156C Persian Indigo

📋 copy color: '#34156C'

red 52 ◦ green 21 ◦ blue 108

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

Shades of Persian Indigo #34156C

Tints of Persian Indigo #34156C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.6%

 BLUE value IS 108 (42.58% from 255) = 59.67%

R = 28.73%
G = 11.6%
B = 59.67%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34156C (or 0x34156C) is known color: Persian Indigo. HEX triplet: 34, 15 and 6C. RGB value is (52,21,108). Sum of RGB (Red+Green+Blue) = 52+21+108=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #34156C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34156C is #CBEA93. Grayscale: #272727. Windows color (decimal): -13363860 or 7083316. OLE color: 7083316.

HSL color Cylindrical-coordinate representation of color #34156C: hue angle of 261.38º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34156C is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 21 108 -
CMYK 0.52 0.81 0 0.58
HSL 261.38º 0.67% 0.25% -
HSV(B) 261.38º 0.81% 0.42% -
XYZ 4.39 2.35 14.41 -
YUV 40.19 166.27 136.43 -
System Red Green Blue C M Y K H S L
Decimal 52 21 108 0.52 0.81 0 0.58 261.38 0.67 0.25
Hex 34 15 6C 34 51 0 3A 105 43 19
Octal 64 25 154 64 121 0 72 405 103 31
Binary 110100 10101 1101100 110100 1010001 0 111010 100000101 1000011 11001

Color Harmonies of #34156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34156C

Black with #34156C

Text Example


Text Example

White with #34156C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,21,108); }

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

background-color css

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

 a { background-color: rgb(52,21,108); }

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

border-color css

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

 span { border-color: rgb(52,21,108); }

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