Html Css Color HEX #341C6F Persian Indigo

📋 copy color: '#341C6F'

red 52 ◦ green 28 ◦ blue 111

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

Shades of Persian Indigo #341C6F

Tints of Persian Indigo #341C6F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.66%

 BLUE value IS 111 (43.75% from 255) = 58.12%

R = 27.23%
G = 14.66%
B = 58.12%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#341C6F (or 0x341C6F) is known color: Persian Indigo. HEX triplet: 34, 1C and 6F. RGB value is (52,28,111). Sum of RGB (Red+Green+Blue) = 52+28+111=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #341C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341C6F is #CBE390. Grayscale: #2C2C2C. Windows color (decimal): -13362065 or 7281716. OLE color: 7281716.

HSL color Cylindrical-coordinate representation of color #341C6F: hue angle of 257.35º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #341C6F is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 28 111 -
CMYK 0.53 0.75 0 0.56
HSL 257.35º 0.6% 0.27% -
HSV(B) 257.35º 0.75% 0.44% -
XYZ 4.7 2.71 15.31 -
YUV 44.64 165.45 133.25 -
System Red Green Blue C M Y K H S L
Decimal 52 28 111 0.53 0.75 0 0.56 257.35 0.6 0.27
Hex 34 1C 6F 35 4B 0 38 101 3C 1B
Octal 64 34 157 65 113 0 70 401 74 33
Binary 110100 11100 1101111 110101 1001011 0 111000 100000001 111100 11011

Color Harmonies of #341C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341C6F

Black with #341C6F

Text Example


Text Example

White with #341C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341C6F; }

 p { color: rgb(52,28,111); }

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

background-color css

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

 a { background-color: rgb(52,28,111); }

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

border-color css

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

 span { border-color: rgb(52,28,111); }

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