Html Css Color HEX #2C197B Persian Indigo

📋 copy color: '#2C197B'

red 44 ◦ green 25 ◦ blue 123

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

Shades of Persian Indigo #2C197B

Tints of Persian Indigo #2C197B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.02%

 BLUE value IS 123 (48.44% from 255) = 64.06%

R = 22.92%
G = 13.02%
B = 64.06%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2C197B (or 0x2C197B) is known color: Persian Indigo. HEX triplet: 2C, 19 and 7B. RGB value is (44,25,123). Sum of RGB (Red+Green+Blue) = 44+25+123=192 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.92% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 123 (48.44% from 255 or 64.06% from 192); Max value from RGB is 123 - color contains mainly: blue. Hex color #2C197B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C197B is #D3E684. Grayscale: #292929. Windows color (decimal): -13887109 or 8067372. OLE color: 8067372.

HSL color Cylindrical-coordinate representation of color #2C197B: hue angle of 251.63º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C197B is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 44 25 123 -
CMYK 0.64 0.80 0 0.52
HSL 251.63º 0.66% 0.29% -
HSV(B) 251.63º 0.8% 0.48% -
XYZ 4.96 2.66 18.99 -
YUV 41.85 173.79 129.53 -
System Red Green Blue C M Y K H S L
Decimal 44 25 123 0.64 0.80 0 0.52 251.63 0.66 0.29
Hex 2C 19 7B 40 50 0 34 FC 42 1D
Octal 54 31 173 100 120 0 64 374 102 35
Binary 101100 11001 1111011 1000000 1010000 0 110100 11111100 1000010 11101

Color Harmonies of #2C197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C197B

Black with #2C197B

Text Example


Text Example

White with #2C197B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,25,123); }

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

background-color css

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

 a { background-color: rgb(44,25,123); }

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

border-color css

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

 span { border-color: rgb(44,25,123); }

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