Html Css Color HEX #341B9D Persian Indigo

📋 copy color: '#341B9D'

red 52 ◦ green 27 ◦ blue 157

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

Shades of Persian Indigo #341B9D

Tints of Persian Indigo #341B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 66.53%

R = 22.03%
G = 11.44%
B = 66.53%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#341B9D (or 0x341B9D) is known color: Persian Indigo. HEX triplet: 34, 1B and 9D. RGB value is (52,27,157). Sum of RGB (Red+Green+Blue) = 52+27+157=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #341B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341B9D is #CBE462. Grayscale: #303030. Windows color (decimal): -13362275 or 10296116. OLE color: 10296116.

HSL color Cylindrical-coordinate representation of color #341B9D: hue angle of 251.54º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #341B9D is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 27 157 -
CMYK 0.67 0.83 0 0.38
HSL 251.54º 0.71% 0.36% -
HSV(B) 251.54º 0.83% 0.62% -
XYZ 7.89 3.95 32.24 -
YUV 49.3 188.78 129.93 -
System Red Green Blue C M Y K H S L
Decimal 52 27 157 0.67 0.83 0 0.38 251.54 0.71 0.36
Hex 34 1B 9D 43 53 0 26 FC 47 24
Octal 64 33 235 103 123 0 46 374 107 44
Binary 110100 11011 10011101 1000011 1010011 0 100110 11111100 1000111 100100

Color Harmonies of #341B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341B9D

Black with #341B9D

Text Example


Text Example

White with #341B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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