Html Css Color HEX #2D17CE Persian Blue

📋 copy color: '#2D17CE'

red 45 ◦ green 23 ◦ blue 206

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

Shades of Persian Blue #2D17CE

Tints of Persian Blue #2D17CE

RGB

 RED value IS 45 (17.97% from 255) = 16.42%

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

 BLUE value IS 206 (80.86% from 255) = 75.18%

R = 16.42%
G = 8.39%
B = 75.18%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2D17CE (or 0x2D17CE) is known color: Persian Blue. HEX triplet: 2D, 17 and CE. RGB value is (45,23,206). Sum of RGB (Red+Green+Blue) = 45+23+206=274 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.42% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D17CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D17CE is #D2E831. Grayscale: #313131. Windows color (decimal): -13822002 or 13506349. OLE color: 13506349.

HSL color Cylindrical-coordinate representation of color #2D17CE: hue angle of 247.21º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D17CE is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 45 23 206 -
CMYK 0.78 0.89 0 0.19
HSL 247.21º 0.8% 0.45% -
HSV(B) 247.21º 0.89% 0.81% -
XYZ 12.53 5.63 58.82 -
YUV 50.44 215.79 124.12 -
System Red Green Blue C M Y K H S L
Decimal 45 23 206 0.78 0.89 0 0.19 247.21 0.8 0.45
Hex 2D 17 CE 4E 59 0 13 F7 50 2D
Octal 55 27 316 116 131 0 23 367 120 55
Binary 101101 10111 11001110 1001110 1011001 0 10011 11110111 1010000 101101

Color Harmonies of #2D17CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D17CE

Black with #2D17CE

Text Example


Text Example

White with #2D17CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,23,206); }

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

background-color css

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

 a { background-color: rgb(45,23,206); }

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

border-color css

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

 span { border-color: rgb(45,23,206); }

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