Html Css Color HEX #250C6C Persian Indigo

📋 copy color: '#250C6C'

red 37 ◦ green 12 ◦ blue 108

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

Shades of Persian Indigo #250C6C

Tints of Persian Indigo #250C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 68.79%

R = 23.57%
G = 7.64%
B = 68.79%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#250C6C (or 0x250C6C) is known color: Persian Indigo. HEX triplet: 25, 0C and 6C. RGB value is (37,12,108). Sum of RGB (Red+Green+Blue) = 37+12+108=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 108 (42.58% from 255 or 68.79% from 157); Max value from RGB is 108 - color contains mainly: blue. Hex color #250C6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C6C is #DAF393. Grayscale: #1E1E1E. Windows color (decimal): -14349204 or 7080997. OLE color: 7080997.

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

Color convert

RGB 37 12 108 -
CMYK 0.66 0.89 0 0.58
HSL 255.63º 0.8% 0.24% -
HSV(B) 255.63º 0.89% 0.42% -
XYZ 3.6 1.74 14.33 -
YUV 30.42 171.78 132.69 -
System Red Green Blue C M Y K H S L
Decimal 37 12 108 0.66 0.89 0 0.58 255.63 0.8 0.24
Hex 25 C 6C 42 59 0 3A 100 50 18
Octal 45 14 154 102 131 0 72 400 120 30
Binary 100101 1100 1101100 1000010 1011001 0 111010 100000000 1010000 11000

Color Harmonies of #250C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C6C

Black with #250C6C

Text Example


Text Example

White with #250C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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