Html Css Color HEX #341B9E Persian Indigo

📋 copy color: '#341B9E'

red 52 ◦ green 27 ◦ blue 158

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

Shades of Persian Indigo #341B9E

Tints of Persian Indigo #341B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 66.67%

R = 21.94%
G = 11.39%
B = 66.67%

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

#341B9E (or 0x341B9E) is known color: Persian Indigo. HEX triplet: 34, 1B and 9E. RGB value is (52,27,158). Sum of RGB (Red+Green+Blue) = 52+27+158=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #341B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341B9E is #CBE461. Grayscale: #303030. Windows color (decimal): -13362274 or 10361652. OLE color: 10361652.

HSL color Cylindrical-coordinate representation of color #341B9E: hue angle of 251.45º 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 #341B9E is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 27 158 -
CMYK 0.67 0.83 0 0.38
HSL 251.45º 0.71% 0.36% -
HSV(B) 251.45º 0.83% 0.62% -
XYZ 7.98 3.98 32.7 -
YUV 49.41 189.28 129.85 -
System Red Green Blue C M Y K H S L
Decimal 52 27 158 0.67 0.83 0 0.38 251.45 0.71 0.36
Hex 34 1B 9E 43 53 0 26 FB 47 24
Octal 64 33 236 103 123 0 46 373 107 44
Binary 110100 11011 10011110 1000011 1010011 0 100110 11111011 1000111 100100

Color Harmonies of #341B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341B9E

Black with #341B9E

Text Example


Text Example

White with #341B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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