Html Css Color HEX #230F6C Persian Indigo

📋 copy color: '#230F6C'

red 35 ◦ green 15 ◦ blue 108

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

Shades of Persian Indigo #230F6C

Tints of Persian Indigo #230F6C

RGB

 RED value IS 35 (14.06% from 255) = 22.15%

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

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

R = 22.15%
G = 9.49%
B = 68.35%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#230F6C (or 0x230F6C) is known color: Persian Indigo. HEX triplet: 23, 0F and 6C. RGB value is (35,15,108). Sum of RGB (Red+Green+Blue) = 35+15+108=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 15 (6.25% from 255 or 9.49% 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 #230F6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230F6C is #DCF093. Grayscale: #1F1F1F. Windows color (decimal): -14479508 or 7081763. OLE color: 7081763.

HSL color Cylindrical-coordinate representation of color #230F6C: hue angle of 252.9º degrees, saturation: 0.76, 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 #230F6C is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 35 15 108 -
CMYK 0.68 0.86 0 0.58
HSL 252.9º 0.76% 0.24% -
HSV(B) 252.9º 0.86% 0.42% -
XYZ 3.57 1.78 14.34 -
YUV 31.58 171.13 130.44 -
System Red Green Blue C M Y K H S L
Decimal 35 15 108 0.68 0.86 0 0.58 252.9 0.76 0.24
Hex 23 F 6C 44 56 0 3A FD 4C 18
Octal 43 17 154 104 126 0 72 375 114 30
Binary 100011 1111 1101100 1000100 1010110 0 111010 11111101 1001100 11000

Color Harmonies of #230F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F6C

Black with #230F6C

Text Example


Text Example

White with #230F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230F6C; }

 p { color: rgb(35,15,108); }

 H1.HeaderClassName
 {
   color: #230F6C;
 }
 .AnyTagClassName
 {
   color: #230F6C;
 }
</style>

background-color css

<style>
 a { background-color: #230F6C; }

 a { background-color: rgb(35,15,108); }

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

border-color css

<style>
 span { border-color: #230F6C; }

 span { border-color: rgb(35,15,108); }

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