Html Css Color HEX #2A17CB Persian Blue

📋 copy color: '#2A17CB'

red 42 ◦ green 23 ◦ blue 203

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

Shades of Persian Blue #2A17CB

Tints of Persian Blue #2A17CB

RGB

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

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

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

R = 15.67%
G = 8.58%
B = 75.75%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2A17CB (or 0x2A17CB) is known color: Persian Blue. HEX triplet: 2A, 17 and CB. RGB value is (42,23,203). Sum of RGB (Red+Green+Blue) = 42+23+203=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 203 (79.69% from 255 or 75.75% from 268); Max value from RGB is 203 - color contains mainly: blue. Hex color #2A17CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A17CB is #D5E834. Grayscale: #303030. Windows color (decimal): -14018613 or 13309738. OLE color: 13309738.

HSL color Cylindrical-coordinate representation of color #2A17CB: hue angle of 246.33º 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 #2A17CB is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 42 23 203 -
CMYK 0.79 0.89 0 0.20
HSL 246.33º 0.8% 0.44% -
HSV(B) 246.33º 0.89% 0.8% -
XYZ 12.04 5.42 56.91 -
YUV 49.2 214.79 122.86 -
System Red Green Blue C M Y K H S L
Decimal 42 23 203 0.79 0.89 0 0.20 246.33 0.8 0.44
Hex 2A 17 CB 4F 59 0 14 F6 50 2C
Octal 52 27 313 117 131 0 24 366 120 54
Binary 101010 10111 11001011 1001111 1011001 0 10100 11110110 1010000 101100

Color Harmonies of #2A17CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A17CB

Black with #2A17CB

Text Example


Text Example

White with #2A17CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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