Html Css Color HEX #250B66 Persian Indigo

📋 copy color: '#250B66'

red 37 ◦ green 11 ◦ blue 102

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

Shades of Persian Indigo #250B66

Tints of Persian Indigo #250B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 68%

R = 24.67%
G = 7.33%
B = 68%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#250B66 (or 0x250B66) is known color: Persian Indigo. HEX triplet: 25, 0B and 66. RGB value is (37,11,102). Sum of RGB (Red+Green+Blue) = 37+11+102=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 102 (40.23% from 255 or 68% from 150); Max value from RGB is 102 - color contains mainly: blue. Hex color #250B66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250B66 is #DAF499. Grayscale: #1C1C1C. Windows color (decimal): -14349466 or 6687525. OLE color: 6687525.

HSL color Cylindrical-coordinate representation of color #250B66: hue angle of 257.14º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250B66 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 37 11 102 -
CMYK 0.64 0.89 0 0.6
HSL 257.14º 0.81% 0.22% -
HSV(B) 257.14º 0.89% 0.4% -
XYZ 3.28 1.59 12.7 -
YUV 29.15 169.11 133.6 -
System Red Green Blue C M Y K H S L
Decimal 37 11 102 0.64 0.89 0 0.6 257.14 0.81 0.22
Hex 25 B 66 40 59 0 3C 101 51 16
Octal 45 13 146 100 131 0 74 401 121 26
Binary 100101 1011 1100110 1000000 1011001 0 111100 100000001 1010001 10110

Color Harmonies of #250B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B66

Black with #250B66

Text Example


Text Example

White with #250B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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