Html Css Color HEX #2C40C1 Persian Blue

📋 copy color: '#2C40C1'

red 44 ◦ green 64 ◦ blue 193

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

Shades of Persian Blue #2C40C1

Tints of Persian Blue #2C40C1

RGB

 RED value IS 44 (17.58% from 255) = 14.62%

 GREEN value IS 64 (25.39% from 255) = 21.26%

 BLUE value IS 193 (75.78% from 255) = 64.12%

R = 14.62%
G = 21.26%
B = 64.12%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2C40C1 (or 0x2C40C1) is known color: Persian Blue. HEX triplet: 2C, 40 and C1. RGB value is (44,64,193). Sum of RGB (Red+Green+Blue) = 44+64+193=301 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.62% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 193 (75.78% from 255 or 64.12% from 301); Max value from RGB is 193 - color contains mainly: blue. Hex color #2C40C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C40C1 is #D3BF3E. Grayscale: #484848. Windows color (decimal): -13877055 or 12664876. OLE color: 12664876.

HSL color Cylindrical-coordinate representation of color #2C40C1: hue angle of 231.95º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C40C1 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 44 64 193 -
CMYK 0.77 0.67 0 0.24
HSL 231.95º 0.63% 0.46% -
HSV(B) 231.95º 0.77% 0.76% -
XYZ 12.5 8.05 51.35 -
YUV 72.73 195.87 107.51 -
System Red Green Blue C M Y K H S L
Decimal 44 64 193 0.77 0.67 0 0.24 231.95 0.63 0.46
Hex 2C 40 C1 4D 43 0 18 E8 3F 2E
Octal 54 100 301 115 103 0 30 350 77 56
Binary 101100 1000000 11000001 1001101 1000011 0 11000 11101000 111111 101110

Color Harmonies of #2C40C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C40C1

Black with #2C40C1

Text Example


Text Example

White with #2C40C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,64,193); }

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

background-color css

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

 a { background-color: rgb(44,64,193); }

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

border-color css

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

 span { border-color: rgb(44,64,193); }

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