Html Css Color HEX #341BB6 Persian Blue

📋 copy color: '#341BB6'

red 52 ◦ green 27 ◦ blue 182

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

Shades of Persian Blue #341BB6

Tints of Persian Blue #341BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 69.73%

R = 19.92%
G = 10.34%
B = 69.73%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#341BB6 (or 0x341BB6) is known color: Persian Blue. HEX triplet: 34, 1B and B6. RGB value is (52,27,182). Sum of RGB (Red+Green+Blue) = 52+27+182=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 182 (71.48% from 255 or 69.73% from 261); Max value from RGB is 182 - color contains mainly: blue. Hex color #341BB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341BB6 is #CBE449. Grayscale: #333333. Windows color (decimal): -13362250 or 11934516. OLE color: 11934516.

HSL color Cylindrical-coordinate representation of color #341BB6: hue angle of 249.68º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341BB6 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 52 27 182 -
CMYK 0.71 0.85 0 0.29
HSL 249.68º 0.74% 0.41% -
HSV(B) 249.68º 0.85% 0.71% -
XYZ 10.25 4.89 44.66 -
YUV 52.15 201.28 127.9 -
System Red Green Blue C M Y K H S L
Decimal 52 27 182 0.71 0.85 0 0.29 249.68 0.74 0.41
Hex 34 1B B6 47 55 0 1D FA 4A 29
Octal 64 33 266 107 125 0 35 372 112 51
Binary 110100 11011 10110110 1000111 1010101 0 11101 11111010 1001010 101001

Color Harmonies of #341BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341BB6

Black with #341BB6

Text Example


Text Example

White with #341BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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