Html Css Color HEX #2817CB Persian Blue

📋 copy color: '#2817CB'

red 40 ◦ green 23 ◦ blue 203

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

Shades of Persian Blue #2817CB

Tints of Persian Blue #2817CB

RGB

 RED value IS 40 (16.02% from 255) = 15.04%

 GREEN value IS 23 (9.38% from 255) = 8.65%

 BLUE value IS 203 (79.69% from 255) = 76.32%

R = 15.04%
G = 8.65%
B = 76.32%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2817CB (or 0x2817CB) is known color: Persian Blue. HEX triplet: 28, 17 and CB. RGB value is (40,23,203). Sum of RGB (Red+Green+Blue) = 40+23+203=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 203 (79.69% from 255 or 76.32% from 266); Max value from RGB is 203 - color contains mainly: blue. Hex color #2817CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2817CB is #D7E834. Grayscale: #2F2F2F. Windows color (decimal): -14149685 or 13309736. OLE color: 13309736.

HSL color Cylindrical-coordinate representation of color #2817CB: hue angle of 245.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2817CB is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 23 203 -
CMYK 0.80 0.89 0 0.20
HSL 245.67º 0.8% 0.44% -
HSV(B) 245.67º 0.89% 0.8% -
XYZ 11.96 5.38 56.91 -
YUV 48.6 215.13 121.86 -
System Red Green Blue C M Y K H S L
Decimal 40 23 203 0.80 0.89 0 0.20 245.67 0.8 0.44
Hex 28 17 CB 50 59 0 14 F6 50 2C
Octal 50 27 313 120 131 0 24 366 120 54
Binary 101000 10111 11001011 1010000 1011001 0 10100 11110110 1010000 101100

Color Harmonies of #2817CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2817CB

Black with #2817CB

Text Example


Text Example

White with #2817CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2817CB; }

 p { color: rgb(40,23,203); }

 H1.HeaderClassName
 {
   color: #2817CB;
 }
 .AnyTagClassName
 {
   color: #2817CB;
 }
</style>

background-color css

<style>
 a { background-color: #2817CB; }

 a { background-color: rgb(40,23,203); }

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

border-color css

<style>
 span { border-color: #2817CB; }

 span { border-color: rgb(40,23,203); }

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