Html Css Color HEX #250C7D Persian Indigo

📋 copy color: '#250C7D'

red 37 ◦ green 12 ◦ blue 125

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

Shades of Persian Indigo #250C7D

Tints of Persian Indigo #250C7D

RGB

 RED value IS 37 (14.84% from 255) = 21.26%

 GREEN value IS 12 (5.08% from 255) = 6.9%

 BLUE value IS 125 (49.22% from 255) = 71.84%

R = 21.26%
G = 6.9%
B = 71.84%

CMYK

 C value IS 0.70

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#250C7D (or 0x250C7D) is known color: Persian Indigo. HEX triplet: 25, 0C and 7D. RGB value is (37,12,125). Sum of RGB (Red+Green+Blue) = 37+12+125=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 125 (49.22% from 255 or 71.84% from 174); Max value from RGB is 125 - color contains mainly: blue. Hex color #250C7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C7D is #DAF382. Grayscale: #1F1F1F. Windows color (decimal): -14349187 or 8195109. OLE color: 8195109.

HSL color Cylindrical-coordinate representation of color #250C7D: hue angle of 253.27º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250C7D is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 12 125 -
CMYK 0.70 0.90 0 0.51
HSL 253.27º 0.82% 0.27% -
HSV(B) 253.27º 0.9% 0.49% -
XYZ 4.6 2.14 19.57 -
YUV 32.36 180.28 131.31 -
System Red Green Blue C M Y K H S L
Decimal 37 12 125 0.70 0.90 0 0.51 253.27 0.82 0.27
Hex 25 C 7D 46 5A 0 33 FD 52 1B
Octal 45 14 175 106 132 0 63 375 122 33
Binary 100101 1100 1111101 1000110 1011010 0 110011 11111101 1010010 11011

Color Harmonies of #250C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C7D

Black with #250C7D

Text Example


Text Example

White with #250C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250C7D; }

 p { color: rgb(37,12,125); }

 H1.HeaderClassName
 {
   color: #250C7D;
 }
 .AnyTagClassName
 {
   color: #250C7D;
 }
</style>

background-color css

<style>
 a { background-color: #250C7D; }

 a { background-color: rgb(37,12,125); }

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

border-color css

<style>
 span { border-color: #250C7D; }

 span { border-color: rgb(37,12,125); }

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