Html Css Color HEX #250D6C Persian Indigo

📋 copy color: '#250D6C'

red 37 ◦ green 13 ◦ blue 108

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

Shades of Persian Indigo #250D6C

Tints of Persian Indigo #250D6C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.23%

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

R = 23.42%
G = 8.23%
B = 68.35%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#250D6C (or 0x250D6C) is known color: Persian Indigo. HEX triplet: 25, 0D and 6C. RGB value is (37,13,108). Sum of RGB (Red+Green+Blue) = 37+13+108=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 108 (42.58% from 255 or 68.35% from 158); Max value from RGB is 108 - color contains mainly: blue. Hex color #250D6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250D6C is #DAF293. Grayscale: #1E1E1E. Windows color (decimal): -14348948 or 7081253. OLE color: 7081253.

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

Color convert

RGB 37 13 108 -
CMYK 0.66 0.88 0 0.58
HSL 255.16º 0.79% 0.24% -
HSV(B) 255.16º 0.88% 0.42% -
XYZ 3.61 1.76 14.34 -
YUV 31.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 37 13 108 0.66 0.88 0 0.58 255.16 0.79 0.24
Hex 25 D 6C 42 58 0 3A FF 4F 18
Octal 45 15 154 102 130 0 72 377 117 30
Binary 100101 1101 1101100 1000010 1011000 0 111010 11111111 1001111 11000

Color Harmonies of #250D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D6C

Black with #250D6C

Text Example


Text Example

White with #250D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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