Html Css Color HEX #341870 Persian Indigo

📋 copy color: '#341870'

red 52 ◦ green 24 ◦ blue 112

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

Shades of Persian Indigo #341870

Tints of Persian Indigo #341870

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.77%

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

R = 27.66%
G = 12.77%
B = 59.57%

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

#341870 (or 0x341870) is known color: Persian Indigo. HEX triplet: 34, 18 and 70. RGB value is (52,24,112). Sum of RGB (Red+Green+Blue) = 52+24+112=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #341870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341870 is #CBE78F. Grayscale: #2A2A2A. Windows color (decimal): -13363088 or 7346228. OLE color: 7346228.

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

Color convert

RGB 52 24 112 -
CMYK 0.54 0.79 0 0.56
HSL 259.09º 0.65% 0.27% -
HSV(B) 259.09º 0.79% 0.44% -
XYZ 4.67 2.55 15.58 -
YUV 42.4 167.28 134.84 -
System Red Green Blue C M Y K H S L
Decimal 52 24 112 0.54 0.79 0 0.56 259.09 0.65 0.27
Hex 34 18 70 36 4F 0 38 103 41 1B
Octal 64 30 160 66 117 0 70 403 101 33
Binary 110100 11000 1110000 110110 1001111 0 111000 100000011 1000001 11011

Color Harmonies of #341870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341870

Black with #341870

Text Example


Text Example

White with #341870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341870; }

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

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

background-color css

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

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

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

border-color css

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

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

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