Html Css Color HEX #34107C Persian Indigo

📋 copy color: '#34107C'

red 52 ◦ green 16 ◦ blue 124

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

Shades of Persian Indigo #34107C

Tints of Persian Indigo #34107C

RGB

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

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

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

R = 27.08%
G = 8.33%
B = 64.58%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34107C (or 0x34107C) is known color: Persian Indigo. HEX triplet: 34, 10 and 7C. RGB value is (52,16,124). Sum of RGB (Red+Green+Blue) = 52+16+124=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #34107C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34107C is #CBEF83. Grayscale: #262626. Windows color (decimal): -13365124 or 8130612. OLE color: 8130612.

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

Color convert

RGB 52 16 124 -
CMYK 0.58 0.87 0 0.51
HSL 260º 0.77% 0.27% -
HSV(B) 260º 0.87% 0.49% -
XYZ 5.24 2.56 19.29 -
YUV 39.08 175.93 137.22 -
System Red Green Blue C M Y K H S L
Decimal 52 16 124 0.58 0.87 0 0.51 260 0.77 0.27
Hex 34 10 7C 3A 57 0 33 104 4D 1B
Octal 64 20 174 72 127 0 63 404 115 33
Binary 110100 10000 1111100 111010 1010111 0 110011 100000100 1001101 11011

Color Harmonies of #34107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34107C

Black with #34107C

Text Example


Text Example

White with #34107C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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