Html Css Color HEX #250B75 Persian Indigo

📋 copy color: '#250B75'

red 37 ◦ green 11 ◦ blue 117

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

Shades of Persian Indigo #250B75

Tints of Persian Indigo #250B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 70.91%

R = 22.42%
G = 6.67%
B = 70.91%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#250B75 (or 0x250B75) is known color: Persian Indigo. HEX triplet: 25, 0B and 75. RGB value is (37,11,117). Sum of RGB (Red+Green+Blue) = 37+11+117=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 117 (46.09% from 255 or 70.91% from 165); Max value from RGB is 117 - color contains mainly: blue. Hex color #250B75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250B75 is #DAF48A. Grayscale: #1E1E1E. Windows color (decimal): -14349451 or 7670565. OLE color: 7670565.

HSL color Cylindrical-coordinate representation of color #250B75: hue angle of 254.72º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #250B75 is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 11 117 -
CMYK 0.68 0.91 0 0.54
HSL 254.72º 0.83% 0.25% -
HSV(B) 254.72º 0.91% 0.46% -
XYZ 4.09 1.92 16.98 -
YUV 30.86 176.61 132.38 -
System Red Green Blue C M Y K H S L
Decimal 37 11 117 0.68 0.91 0 0.54 254.72 0.83 0.25
Hex 25 B 75 44 5B 0 36 FF 53 19
Octal 45 13 165 104 133 0 66 377 123 31
Binary 100101 1011 1110101 1000100 1011011 0 110110 11111111 1010011 11001

Color Harmonies of #250B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B75

Black with #250B75

Text Example


Text Example

White with #250B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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