Html Css Color HEX #2D197B Persian Indigo

📋 copy color: '#2D197B'

red 45 ◦ green 25 ◦ blue 123

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

Shades of Persian Indigo #2D197B

Tints of Persian Indigo #2D197B

RGB

 RED value IS 45 (17.97% from 255) = 23.32%

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

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

R = 23.32%
G = 12.95%
B = 63.73%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2D197B (or 0x2D197B) is known color: Persian Indigo. HEX triplet: 2D, 19 and 7B. RGB value is (45,25,123). Sum of RGB (Red+Green+Blue) = 45+25+123=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #2D197B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D197B is #D2E684. Grayscale: #292929. Windows color (decimal): -13821573 or 8067373. OLE color: 8067373.

HSL color Cylindrical-coordinate representation of color #2D197B: hue angle of 252.24º 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 #2D197B is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 45 25 123 -
CMYK 0.63 0.80 0 0.52
HSL 252.24º 0.66% 0.29% -
HSV(B) 252.24º 0.8% 0.48% -
XYZ 5 2.68 18.99 -
YUV 42.15 173.63 130.03 -
System Red Green Blue C M Y K H S L
Decimal 45 25 123 0.63 0.80 0 0.52 252.24 0.66 0.29
Hex 2D 19 7B 3F 50 0 34 FC 42 1D
Octal 55 31 173 77 120 0 64 374 102 35
Binary 101101 11001 1111011 111111 1010000 0 110100 11111100 1000010 11101

Color Harmonies of #2D197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D197B

Black with #2D197B

Text Example


Text Example

White with #2D197B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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