Html Css Color HEX #2F1EAC Persian Blue

📋 copy color: '#2F1EAC'

red 47 ◦ green 30 ◦ blue 172

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

Shades of Persian Blue #2F1EAC

Tints of Persian Blue #2F1EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.05%

 BLUE value IS 172 (67.58% from 255) = 69.08%

R = 18.88%
G = 12.05%
B = 69.08%

CMYK

 C value IS 0.73

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F1EAC (or 0x2F1EAC) is known color: Persian Blue. HEX triplet: 2F, 1E and AC. RGB value is (47,30,172). Sum of RGB (Red+Green+Blue) = 47+30+172=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F1EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F1EAC is #D0E153. Grayscale: #323232. Windows color (decimal): -13689172 or 11279919. OLE color: 11279919.

HSL color Cylindrical-coordinate representation of color #2F1EAC: hue angle of 247.18º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F1EAC is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 30 172 -
CMYK 0.73 0.83 0 0.33
HSL 247.18º 0.7% 0.4% -
HSV(B) 247.18º 0.83% 0.67% -
XYZ 9.08 4.51 39.42 -
YUV 51.27 196.13 124.95 -
System Red Green Blue C M Y K H S L
Decimal 47 30 172 0.73 0.83 0 0.33 247.18 0.7 0.4
Hex 2F 1E AC 49 53 0 21 F7 46 28
Octal 57 36 254 111 123 0 41 367 106 50
Binary 101111 11110 10101100 1001001 1010011 0 100001 11110111 1000110 101000

Color Harmonies of #2F1EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1EAC

Black with #2F1EAC

Text Example


Text Example

White with #2F1EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,30,172); }

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

background-color css

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

 a { background-color: rgb(47,30,172); }

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

border-color css

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

 span { border-color: rgb(47,30,172); }

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