Html Css Color HEX #221FD2 Persian Blue

📋 copy color: '#221FD2'

red 34 ◦ green 31 ◦ blue 210

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

Shades of Persian Blue #221FD2

Tints of Persian Blue #221FD2

RGB

 RED value IS 34 (13.67% from 255) = 12.36%

 GREEN value IS 31 (12.5% from 255) = 11.27%

 BLUE value IS 210 (82.42% from 255) = 76.36%

R = 12.36%
G = 11.27%
B = 76.36%

CMYK

 C value IS 0.84

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#221FD2 (or 0x221FD2) is known color: Persian Blue. HEX triplet: 22, 1F and D2. RGB value is (34,31,210). Sum of RGB (Red+Green+Blue) = 34+31+210=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 210 (82.42% from 255 or 76.36% from 275); Max value from RGB is 210 - color contains mainly: blue. Hex color #221FD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221FD2 is #DDE02D. Grayscale: #333333. Windows color (decimal): -14540846 or 13770530. OLE color: 13770530.

HSL color Cylindrical-coordinate representation of color #221FD2: hue angle of 241.01º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221FD2 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 34 31 210 -
CMYK 0.84 0.85 0 0.18
HSL 241.01º 0.74% 0.47% -
HSV(B) 241.01º 0.85% 0.82% -
XYZ 12.78 5.97 61.45 -
YUV 52.3 216.99 114.95 -
System Red Green Blue C M Y K H S L
Decimal 34 31 210 0.84 0.85 0 0.18 241.01 0.74 0.47
Hex 22 1F D2 54 55 0 12 F1 4A 2F
Octal 42 37 322 124 125 0 22 361 112 57
Binary 100010 11111 11010010 1010100 1010101 0 10010 11110001 1001010 101111

Color Harmonies of #221FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221FD2

Black with #221FD2

Text Example


Text Example

White with #221FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221FD2; }

 p { color: rgb(34,31,210); }

 H1.HeaderClassName
 {
   color: #221FD2;
 }
 .AnyTagClassName
 {
   color: #221FD2;
 }
</style>

background-color css

<style>
 a { background-color: #221FD2; }

 a { background-color: rgb(34,31,210); }

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

border-color css

<style>
 span { border-color: #221FD2; }

 span { border-color: rgb(34,31,210); }

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