Html Css Color HEX #341B7F Persian Indigo

📋 copy color: '#341B7F'

red 52 ◦ green 27 ◦ blue 127

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

Shades of Persian Indigo #341B7F

Tints of Persian Indigo #341B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 61.65%

R = 25.24%
G = 13.11%
B = 61.65%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#341B7F (or 0x341B7F) is known color: Persian Indigo. HEX triplet: 34, 1B and 7F. RGB value is (52,27,127). Sum of RGB (Red+Green+Blue) = 52+27+127=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 127 (50% from 255 or 61.65% from 206); Max value from RGB is 127 - color contains mainly: blue. Hex color #341B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341B7F is #CBE480. Grayscale: #2D2D2D. Windows color (decimal): -13362305 or 8330036. OLE color: 8330036.

HSL color Cylindrical-coordinate representation of color #341B7F: hue angle of 255º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #341B7F is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 27 127 -
CMYK 0.59 0.79 0 0.50
HSL 255º 0.65% 0.3% -
HSV(B) 255º 0.79% 0.5% -
XYZ 5.64 3.05 20.37 -
YUV 45.88 173.78 132.37 -
System Red Green Blue C M Y K H S L
Decimal 52 27 127 0.59 0.79 0 0.50 255 0.65 0.3
Hex 34 1B 7F 3B 4F 0 32 FF 41 1E
Octal 64 33 177 73 117 0 62 377 101 36
Binary 110100 11011 1111111 111011 1001111 0 110010 11111111 1000001 11110

Color Harmonies of #341B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341B7F

Black with #341B7F

Text Example


Text Example

White with #341B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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