Html Css Color HEX #250B6D Persian Indigo

📋 copy color: '#250B6D'

red 37 ◦ green 11 ◦ blue 109

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

Shades of Persian Indigo #250B6D

Tints of Persian Indigo #250B6D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.01%

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

R = 23.57%
G = 7.01%
B = 69.43%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#250B6D (or 0x250B6D) is known color: Persian Indigo. HEX triplet: 25, 0B and 6D. RGB value is (37,11,109). Sum of RGB (Red+Green+Blue) = 37+11+109=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 109 (42.97% from 255 or 69.43% from 157); Max value from RGB is 109 - color contains mainly: blue. Hex color #250B6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250B6D is #DAF492. Grayscale: #1D1D1D. Windows color (decimal): -14349459 or 7146277. OLE color: 7146277.

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

Color convert

RGB 37 11 109 -
CMYK 0.66 0.90 0 0.57
HSL 255.92º 0.82% 0.24% -
HSV(B) 255.92º 0.9% 0.43% -
XYZ 3.64 1.74 14.61 -
YUV 29.95 172.61 133.03 -
System Red Green Blue C M Y K H S L
Decimal 37 11 109 0.66 0.90 0 0.57 255.92 0.82 0.24
Hex 25 B 6D 42 5A 0 39 100 52 18
Octal 45 13 155 102 132 0 71 400 122 30
Binary 100101 1011 1101101 1000010 1011010 0 111001 100000000 1010010 11000

Color Harmonies of #250B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B6D

Black with #250B6D

Text Example


Text Example

White with #250B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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