Html Css Color HEX #341D99 Persian Indigo

📋 copy color: '#341D99'

red 52 ◦ green 29 ◦ blue 153

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

Shades of Persian Indigo #341D99

Tints of Persian Indigo #341D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 65.38%

R = 22.22%
G = 12.39%
B = 65.38%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#341D99 (or 0x341D99) is known color: Persian Indigo. HEX triplet: 34, 1D and 99. RGB value is (52,29,153). Sum of RGB (Red+Green+Blue) = 52+29+153=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #341D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341D99 is #CBE266. Grayscale: #313131. Windows color (decimal): -13361767 or 10034484. OLE color: 10034484.

HSL color Cylindrical-coordinate representation of color #341D99: hue angle of 251.13º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #341D99 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 29 153 -
CMYK 0.66 0.81 0 0.4
HSL 251.13º 0.68% 0.36% -
HSV(B) 251.13º 0.81% 0.6% -
XYZ 7.61 3.91 30.49 -
YUV 50.01 186.12 129.42 -
System Red Green Blue C M Y K H S L
Decimal 52 29 153 0.66 0.81 0 0.4 251.13 0.68 0.36
Hex 34 1D 99 42 51 0 28 FB 44 24
Octal 64 35 231 102 121 0 50 373 104 44
Binary 110100 11101 10011001 1000010 1010001 0 101000 11111011 1000100 100100

Color Harmonies of #341D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341D99

Black with #341D99

Text Example


Text Example

White with #341D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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