Html Css Color HEX #341770 Persian Indigo

📋 copy color: '#341770'

red 52 ◦ green 23 ◦ blue 112

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

Shades of Persian Indigo #341770

Tints of Persian Indigo #341770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.3%

 BLUE value IS 112 (44.14% from 255) = 59.89%

R = 27.81%
G = 12.3%
B = 59.89%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#341770 (or 0x341770) is known color: Persian Indigo. HEX triplet: 34, 17 and 70. RGB value is (52,23,112). Sum of RGB (Red+Green+Blue) = 52+23+112=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #341770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341770 is #CBE88F. Grayscale: #292929. Windows color (decimal): -13363344 or 7345972. OLE color: 7345972.

HSL color Cylindrical-coordinate representation of color #341770: hue angle of 259.55º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #341770 is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 23 112 -
CMYK 0.54 0.79 0 0.56
HSL 259.55º 0.66% 0.26% -
HSV(B) 259.55º 0.79% 0.44% -
XYZ 4.65 2.51 15.57 -
YUV 41.82 167.61 135.26 -
System Red Green Blue C M Y K H S L
Decimal 52 23 112 0.54 0.79 0 0.56 259.55 0.66 0.26
Hex 34 17 70 36 4F 0 38 104 42 1A
Octal 64 27 160 66 117 0 70 404 102 32
Binary 110100 10111 1110000 110110 1001111 0 111000 100000100 1000010 11010

Color Harmonies of #341770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341770

Black with #341770

Text Example


Text Example

White with #341770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341770; }

 p { color: rgb(52,23,112); }

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

background-color css

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

 a { background-color: rgb(52,23,112); }

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

border-color css

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

 span { border-color: rgb(52,23,112); }

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