Html Css Color HEX #341B77 Persian Indigo

📋 copy color: '#341B77'

red 52 ◦ green 27 ◦ blue 119

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

Shades of Persian Indigo #341B77

Tints of Persian Indigo #341B77

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.64%

 BLUE value IS 119 (46.88% from 255) = 60.1%

R = 26.26%
G = 13.64%
B = 60.1%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#341B77 (or 0x341B77) is known color: Persian Indigo. HEX triplet: 34, 1B and 77. RGB value is (52,27,119). Sum of RGB (Red+Green+Blue) = 52+27+119=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #341B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341B77 is #CBE488. Grayscale: #2C2C2C. Windows color (decimal): -13362313 or 7805748. OLE color: 7805748.

HSL color Cylindrical-coordinate representation of color #341B77: hue angle of 256.3º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #341B77 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 27 119 -
CMYK 0.56 0.77 0 0.53
HSL 256.3º 0.63% 0.29% -
HSV(B) 256.3º 0.77% 0.47% -
XYZ 5.14 2.85 17.73 -
YUV 44.96 169.78 133.02 -
System Red Green Blue C M Y K H S L
Decimal 52 27 119 0.56 0.77 0 0.53 256.3 0.63 0.29
Hex 34 1B 77 38 4D 0 35 100 3F 1D
Octal 64 33 167 70 115 0 65 400 77 35
Binary 110100 11011 1110111 111000 1001101 0 110101 100000000 111111 11101

Color Harmonies of #341B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341B77

Black with #341B77

Text Example


Text Example

White with #341B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,27,119); }

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

background-color css

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

 a { background-color: rgb(52,27,119); }

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

border-color css

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

 span { border-color: rgb(52,27,119); }

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