Html Css Color HEX #2C1F7F Persian Indigo

📋 copy color: '#2C1F7F'

red 44 ◦ green 31 ◦ blue 127

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

Shades of Persian Indigo #2C1F7F

Tints of Persian Indigo #2C1F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 62.87%

R = 21.78%
G = 15.35%
B = 62.87%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2C1F7F (or 0x2C1F7F) is known color: Persian Indigo. HEX triplet: 2C, 1F and 7F. RGB value is (44,31,127). Sum of RGB (Red+Green+Blue) = 44+31+127=202 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.78% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 127 (50% from 255 or 62.87% from 202); Max value from RGB is 127 - color contains mainly: blue. Hex color #2C1F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C1F7F is #D3E080. Grayscale: #2D2D2D. Windows color (decimal): -13885569 or 8331052. OLE color: 8331052.

HSL color Cylindrical-coordinate representation of color #2C1F7F: hue angle of 248.12º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C1F7F is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 44 31 127 -
CMYK 0.65 0.76 0 0.50
HSL 248.13º 0.61% 0.31% -
HSV(B) 248.13º 0.76% 0.5% -
XYZ 5.36 3.05 20.38 -
YUV 45.83 173.81 126.69 -
System Red Green Blue C M Y K H S L
Decimal 44 31 127 0.65 0.76 0 0.50 248.13 0.61 0.31
Hex 2C 1F 7F 41 4C 0 32 F8 3D 1F
Octal 54 37 177 101 114 0 62 370 75 37
Binary 101100 11111 1111111 1000001 1001100 0 110010 11111000 111101 11111

Color Harmonies of #2C1F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1F7F

Black with #2C1F7F

Text Example


Text Example

White with #2C1F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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