Html Css Color HEX #250F6B Persian Indigo

📋 copy color: '#250F6B'

red 37 ◦ green 15 ◦ blue 107

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

Shades of Persian Indigo #250F6B

Tints of Persian Indigo #250F6B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.43%

 BLUE value IS 107 (42.19% from 255) = 67.3%

R = 23.27%
G = 9.43%
B = 67.3%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#250F6B (or 0x250F6B) is known color: Persian Indigo. HEX triplet: 25, 0F and 6B. RGB value is (37,15,107). Sum of RGB (Red+Green+Blue) = 37+15+107=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 107 (42.19% from 255 or 67.30% from 159); Max value from RGB is 107 - color contains mainly: blue. Hex color #250F6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250F6B is #DAF094. Grayscale: #1F1F1F. Windows color (decimal): -14348437 or 7016229. OLE color: 7016229.

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

Color convert

RGB 37 15 107 -
CMYK 0.65 0.86 0 0.58
HSL 254.35º 0.75% 0.24% -
HSV(B) 254.35º 0.86% 0.42% -
XYZ 3.59 1.8 14.07 -
YUV 32.07 170.29 131.52 -
System Red Green Blue C M Y K H S L
Decimal 37 15 107 0.65 0.86 0 0.58 254.35 0.75 0.24
Hex 25 F 6B 41 56 0 3A FE 4B 18
Octal 45 17 153 101 126 0 72 376 113 30
Binary 100101 1111 1101011 1000001 1010110 0 111010 11111110 1001011 11000

Color Harmonies of #250F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250F6B

Black with #250F6B

Text Example


Text Example

White with #250F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,15,107); }

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

background-color css

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

 a { background-color: rgb(37,15,107); }

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

border-color css

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

 span { border-color: rgb(37,15,107); }

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