Html Css Color HEX #2C1FDD Persian Blue

📋 copy color: '#2C1FDD'

red 44 ◦ green 31 ◦ blue 221

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

Shades of Persian Blue #2C1FDD

Tints of Persian Blue #2C1FDD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.47%

 BLUE value IS 221 (86.72% from 255) = 74.66%

R = 14.86%
G = 10.47%
B = 74.66%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2C1FDD (or 0x2C1FDD) is known color: Persian Blue. HEX triplet: 2C, 1F and DD. RGB value is (44,31,221). Sum of RGB (Red+Green+Blue) = 44+31+221=296 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.86% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 221 (86.72% from 255 or 74.66% from 296); Max value from RGB is 221 - color contains mainly: blue. Hex color #2C1FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C1FDD is #D3E022. Grayscale: #373737. Windows color (decimal): -13885475 or 14491436. OLE color: 14491436.

HSL color Cylindrical-coordinate representation of color #2C1FDD: hue angle of 244.11º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C1FDD is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 44 31 221 -
CMYK 0.80 0.86 0 0.13
HSL 244.11º 0.75% 0.49% -
HSV(B) 244.11º 0.86% 0.87% -
XYZ 14.58 6.74 68.94 -
YUV 56.55 220.81 119.05 -
System Red Green Blue C M Y K H S L
Decimal 44 31 221 0.80 0.86 0 0.13 244.11 0.75 0.49
Hex 2C 1F DD 50 56 0 D F4 4B 31
Octal 54 37 335 120 126 0 15 364 113 61
Binary 101100 11111 11011101 1010000 1010110 0 1101 11110100 1001011 110001

Color Harmonies of #2C1FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1FDD

Black with #2C1FDD

Text Example


Text Example

White with #2C1FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,31,221); }

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

background-color css

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

 a { background-color: rgb(44,31,221); }

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

border-color css

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

 span { border-color: rgb(44,31,221); }

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