Html Css Color HEX #2F1CB6 Persian Blue

📋 copy color: '#2F1CB6'

red 47 ◦ green 28 ◦ blue 182

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

Shades of Persian Blue #2F1CB6

Tints of Persian Blue #2F1CB6

RGB

 RED value IS 47 (18.75% from 255) = 18.29%

 GREEN value IS 28 (11.33% from 255) = 10.89%

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

R = 18.29%
G = 10.89%
B = 70.82%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2F1CB6 (or 0x2F1CB6) is known color: Persian Blue. HEX triplet: 2F, 1C and B6. RGB value is (47,28,182). Sum of RGB (Red+Green+Blue) = 47+28+182=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 182 (71.48% from 255 or 70.82% from 257); Max value from RGB is 182 - color contains mainly: blue. Hex color #2F1CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F1CB6 is #D0E349. Grayscale: #323232. Windows color (decimal): -13689674 or 11934767. OLE color: 11934767.

HSL color Cylindrical-coordinate representation of color #2F1CB6: hue angle of 247.4º degrees, saturation: 0.73, 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 #2F1CB6 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 28 182 -
CMYK 0.74 0.85 0 0.29
HSL 247.4º 0.73% 0.41% -
HSV(B) 247.4º 0.85% 0.71% -
XYZ 10.03 4.81 44.66 -
YUV 51.24 201.79 124.98 -
System Red Green Blue C M Y K H S L
Decimal 47 28 182 0.74 0.85 0 0.29 247.4 0.73 0.41
Hex 2F 1C B6 4A 55 0 1D F7 49 29
Octal 57 34 266 112 125 0 35 367 111 51
Binary 101111 11100 10110110 1001010 1010101 0 11101 11110111 1001001 101001

Color Harmonies of #2F1CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1CB6

Black with #2F1CB6

Text Example


Text Example

White with #2F1CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F1CB6; }

 p { color: rgb(47,28,182); }

 H1.HeaderClassName
 {
   color: #2F1CB6;
 }
 .AnyTagClassName
 {
   color: #2F1CB6;
 }
</style>

background-color css

<style>
 a { background-color: #2F1CB6; }

 a { background-color: rgb(47,28,182); }

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

border-color css

<style>
 span { border-color: #2F1CB6; }

 span { border-color: rgb(47,28,182); }

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