Html Css Color HEX #250C6D Persian Indigo

📋 copy color: '#250C6D'

red 37 ◦ green 12 ◦ blue 109

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

Shades of Persian Indigo #250C6D

Tints of Persian Indigo #250C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 68.99%

R = 23.42%
G = 7.59%
B = 68.99%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#250C6D (or 0x250C6D) is known color: Persian Indigo. HEX triplet: 25, 0C and 6D. RGB value is (37,12,109). Sum of RGB (Red+Green+Blue) = 37+12+109=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 109 (42.97% from 255 or 68.99% from 158); Max value from RGB is 109 - color contains mainly: blue. Hex color #250C6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C6D is #DAF392. Grayscale: #1E1E1E. Windows color (decimal): -14349203 or 7146533. OLE color: 7146533.

HSL color Cylindrical-coordinate representation of color #250C6D: hue angle of 255.46º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250C6D is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 12 109 -
CMYK 0.66 0.89 0 0.57
HSL 255.46º 0.8% 0.24% -
HSV(B) 255.46º 0.89% 0.43% -
XYZ 3.65 1.76 14.62 -
YUV 30.53 172.28 132.61 -
System Red Green Blue C M Y K H S L
Decimal 37 12 109 0.66 0.89 0 0.57 255.46 0.8 0.24
Hex 25 C 6D 42 59 0 39 FF 50 18
Octal 45 14 155 102 131 0 71 377 120 30
Binary 100101 1100 1101101 1000010 1011001 0 111001 11111111 1010000 11000

Color Harmonies of #250C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C6D

Black with #250C6D

Text Example


Text Example

White with #250C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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