Html Css Color HEX #2F2ADA Persian Blue

📋 copy color: '#2F2ADA'

red 47 ◦ green 42 ◦ blue 218

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

Shades of Persian Blue #2F2ADA

Tints of Persian Blue #2F2ADA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.68%

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

R = 15.31%
G = 13.68%
B = 71.01%

CMYK

 C value IS 0.78

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2F2ADA (or 0x2F2ADA) is known color: Persian Blue. HEX triplet: 2F, 2A and DA. RGB value is (47,42,218). Sum of RGB (Red+Green+Blue) = 47+42+218=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 218 (85.55% from 255 or 71.01% from 307); Max value from RGB is 218 - color contains mainly: blue. Hex color #2F2ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2ADA is #D0D525. Grayscale: #3E3E3E. Windows color (decimal): -13686054 or 14297647. OLE color: 14297647.

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

Color convert

RGB 47 42 218 -
CMYK 0.78 0.81 0 0.15
HSL 241.7º 0.7% 0.51% -
HSV(B) 241.7º 0.81% 0.85% -
XYZ 14.66 7.32 66.97 -
YUV 63.56 215.16 116.19 -
System Red Green Blue C M Y K H S L
Decimal 47 42 218 0.78 0.81 0 0.15 241.7 0.7 0.51
Hex 2F 2A DA 4E 51 0 F F2 46 33
Octal 57 52 332 116 121 0 17 362 106 63
Binary 101111 101010 11011010 1001110 1010001 0 1111 11110010 1000110 110011

Color Harmonies of #2F2ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2ADA

Black with #2F2ADA

Text Example


Text Example

White with #2F2ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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