Html Css Color HEX #2C41C0 Persian Blue

📋 copy color: '#2C41C0'

red 44 ◦ green 65 ◦ blue 192

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

Shades of Persian Blue #2C41C0

Tints of Persian Blue #2C41C0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.59%

 BLUE value IS 192 (75.39% from 255) = 63.79%

R = 14.62%
G = 21.59%
B = 63.79%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2C41C0 (or 0x2C41C0) is known color: Persian Blue. HEX triplet: 2C, 41 and C0. RGB value is (44,65,192). Sum of RGB (Red+Green+Blue) = 44+65+192=301 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.62% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 192 (75.39% from 255 or 63.79% from 301); Max value from RGB is 192 - color contains mainly: blue. Hex color #2C41C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C41C0 is #D3BE3F. Grayscale: #484848. Windows color (decimal): -13876800 or 12599596. OLE color: 12599596.

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

Color convert

RGB 44 65 192 -
CMYK 0.77 0.66 0 0.25
HSL 231.49º 0.63% 0.46% -
HSV(B) 231.49º 0.77% 0.75% -
XYZ 12.44 8.12 50.78 -
YUV 73.2 195.04 107.17 -
System Red Green Blue C M Y K H S L
Decimal 44 65 192 0.77 0.66 0 0.25 231.49 0.63 0.46
Hex 2C 41 C0 4D 42 0 19 E7 3F 2E
Octal 54 101 300 115 102 0 31 347 77 56
Binary 101100 1000001 11000000 1001101 1000010 0 11001 11100111 111111 101110

Color Harmonies of #2C41C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C41C0

Black with #2C41C0

Text Example


Text Example

White with #2C41C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,65,192); }

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

background-color css

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

 a { background-color: rgb(44,65,192); }

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

border-color css

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

 span { border-color: rgb(44,65,192); }

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