Html Css Color HEX #34107F Persian Indigo

📋 copy color: '#34107F'

red 52 ◦ green 16 ◦ blue 127

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

Shades of Persian Indigo #34107F

Tints of Persian Indigo #34107F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 65.13%

R = 26.67%
G = 8.21%
B = 65.13%

CMYK

 C value IS 0.59

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#34107F (or 0x34107F) is known color: Persian Indigo. HEX triplet: 34, 10 and 7F. RGB value is (52,16,127). Sum of RGB (Red+Green+Blue) = 52+16+127=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 127 (50% from 255 or 65.13% from 195); Max value from RGB is 127 - color contains mainly: blue. Hex color #34107F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34107F is #CBEF80. Grayscale: #272727. Windows color (decimal): -13365121 or 8327220. OLE color: 8327220.

HSL color Cylindrical-coordinate representation of color #34107F: hue angle of 259.46º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34107F is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 16 127 -
CMYK 0.59 0.87 0 0.50
HSL 259.46º 0.78% 0.28% -
HSV(B) 259.46º 0.87% 0.5% -
XYZ 5.43 2.63 20.3 -
YUV 39.42 177.43 136.97 -
System Red Green Blue C M Y K H S L
Decimal 52 16 127 0.59 0.87 0 0.50 259.46 0.78 0.28
Hex 34 10 7F 3B 57 0 32 103 4E 1C
Octal 64 20 177 73 127 0 62 403 116 34
Binary 110100 10000 1111111 111011 1010111 0 110010 100000011 1001110 11100

Color Harmonies of #34107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34107F

Black with #34107F

Text Example


Text Example

White with #34107F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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