Html Css Color HEX #2F2BDA Persian Blue

📋 copy color: '#2F2BDA'

red 47 ◦ green 43 ◦ blue 218

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

Shades of Persian Blue #2F2BDA

Tints of Persian Blue #2F2BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.96%

 BLUE value IS 218 (85.55% from 255) = 70.78%

R = 15.26%
G = 13.96%
B = 70.78%

CMYK

 C value IS 0.78

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2F2BDA (or 0x2F2BDA) is known color: Persian Blue. HEX triplet: 2F, 2B and DA. RGB value is (47,43,218). Sum of RGB (Red+Green+Blue) = 47+43+218=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 218 (85.55% from 255 or 70.78% from 308); Max value from RGB is 218 - color contains mainly: blue. Hex color #2F2BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2BDA is #D0D425. Grayscale: #3F3F3F. Windows color (decimal): -13685798 or 14297903. OLE color: 14297903.

HSL color Cylindrical-coordinate representation of color #2F2BDA: hue angle of 241.37º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F2BDA is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 43 218 -
CMYK 0.78 0.80 0 0.15
HSL 241.37º 0.7% 0.51% -
HSV(B) 241.37º 0.8% 0.85% -
XYZ 14.69 7.39 66.98 -
YUV 64.15 214.83 115.77 -
System Red Green Blue C M Y K H S L
Decimal 47 43 218 0.78 0.80 0 0.15 241.37 0.7 0.51
Hex 2F 2B DA 4E 50 0 F F1 46 33
Octal 57 53 332 116 120 0 17 361 106 63
Binary 101111 101011 11011010 1001110 1010000 0 1111 11110001 1000110 110011

Color Harmonies of #2F2BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2BDA

Black with #2F2BDA

Text Example


Text Example

White with #2F2BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,43,218); }

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

background-color css

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

 a { background-color: rgb(47,43,218); }

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

border-color css

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

 span { border-color: rgb(47,43,218); }

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