Html Css Color HEX #34147F Persian Indigo

📋 copy color: '#34147F'

red 52 ◦ green 20 ◦ blue 127

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

Shades of Persian Indigo #34147F

Tints of Persian Indigo #34147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.05%

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

R = 26.13%
G = 10.05%
B = 63.82%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#34147F (or 0x34147F) is known color: Persian Indigo. HEX triplet: 34, 14 and 7F. RGB value is (52,20,127). Sum of RGB (Red+Green+Blue) = 52+20+127=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #34147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34147F is #CBEB80. Grayscale: #292929. Windows color (decimal): -13364097 or 8328244. OLE color: 8328244.

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

Color convert

RGB 52 20 127 -
CMYK 0.59 0.84 0 0.50
HSL 257.94º 0.73% 0.29% -
HSV(B) 257.94º 0.84% 0.5% -
XYZ 5.5 2.76 20.32 -
YUV 41.77 176.1 135.3 -
System Red Green Blue C M Y K H S L
Decimal 52 20 127 0.59 0.84 0 0.50 257.94 0.73 0.29
Hex 34 14 7F 3B 54 0 32 102 49 1D
Octal 64 24 177 73 124 0 62 402 111 35
Binary 110100 10100 1111111 111011 1010100 0 110010 100000010 1001001 11101

Color Harmonies of #34147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34147F

Black with #34147F

Text Example


Text Example

White with #34147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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