Html Css Color HEX #2A17CD Persian Blue

📋 copy color: '#2A17CD'

red 42 ◦ green 23 ◦ blue 205

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

Shades of Persian Blue #2A17CD

Tints of Persian Blue #2A17CD

RGB

 RED value IS 42 (16.8% from 255) = 15.56%

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

 BLUE value IS 205 (80.47% from 255) = 75.93%

R = 15.56%
G = 8.52%
B = 75.93%

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

#2A17CD (or 0x2A17CD) is known color: Persian Blue. HEX triplet: 2A, 17 and CD. RGB value is (42,23,205). Sum of RGB (Red+Green+Blue) = 42+23+205=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 205 (80.47% from 255 or 75.93% from 270); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A17CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A17CD is #D5E832. Grayscale: #303030. Windows color (decimal): -14018611 or 13440810. OLE color: 13440810.

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

Color convert

RGB 42 23 205 -
CMYK 0.80 0.89 0 0.20
HSL 246.26º 0.8% 0.45% -
HSV(B) 246.26º 0.89% 0.8% -
XYZ 12.28 5.51 58.17 -
YUV 49.43 215.79 122.7 -
System Red Green Blue C M Y K H S L
Decimal 42 23 205 0.80 0.89 0 0.20 246.26 0.8 0.45
Hex 2A 17 CD 50 59 0 14 F6 50 2D
Octal 52 27 315 120 131 0 24 366 120 55
Binary 101010 10111 11001101 1010000 1011001 0 10100 11110110 1010000 101101

Color Harmonies of #2A17CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A17CD

Black with #2A17CD

Text Example


Text Example

White with #2A17CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,23,205); }

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

background-color css

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

 a { background-color: rgb(42,23,205); }

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

border-color css

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

 span { border-color: rgb(42,23,205); }

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