Html Css Color HEX #341D9F Persian Indigo

📋 copy color: '#341D9F'

red 52 ◦ green 29 ◦ blue 159

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

Shades of Persian Indigo #341D9F

Tints of Persian Indigo #341D9F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.08%

 BLUE value IS 159 (62.5% from 255) = 66.25%

R = 21.67%
G = 12.08%
B = 66.25%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#341D9F (or 0x341D9F) is known color: Persian Indigo. HEX triplet: 34, 1D and 9F. RGB value is (52,29,159). Sum of RGB (Red+Green+Blue) = 52+29+159=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #341D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341D9F is #CBE260. Grayscale: #323232. Windows color (decimal): -13361761 or 10427700. OLE color: 10427700.

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

Color convert

RGB 52 29 159 -
CMYK 0.67 0.82 0 0.38
HSL 250.62º 0.69% 0.37% -
HSV(B) 250.62º 0.82% 0.62% -
XYZ 8.11 4.11 33.17 -
YUV 50.7 189.12 128.93 -
System Red Green Blue C M Y K H S L
Decimal 52 29 159 0.67 0.82 0 0.38 250.62 0.69 0.37
Hex 34 1D 9F 43 52 0 26 FB 45 25
Octal 64 35 237 103 122 0 46 373 105 45
Binary 110100 11101 10011111 1000011 1010010 0 100110 11111011 1000101 100101

Color Harmonies of #341D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341D9F

Black with #341D9F

Text Example


Text Example

White with #341D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,29,159); }

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

background-color css

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

 a { background-color: rgb(52,29,159); }

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

border-color css

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

 span { border-color: rgb(52,29,159); }

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