Html Css Color HEX #230760 Persian Indigo

📋 copy color: '#230760'

red 35 ◦ green 7 ◦ blue 96

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

Shades of Persian Indigo #230760

Tints of Persian Indigo #230760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.07%

 BLUE value IS 96 (37.89% from 255) = 69.57%

R = 25.36%
G = 5.07%
B = 69.57%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#230760 (or 0x230760) is known color: Persian Indigo. HEX triplet: 23, 07 and 60. RGB value is (35,7,96). Sum of RGB (Red+Green+Blue) = 35+7+96=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 96 (37.89% from 255 or 69.57% from 138); Max value from RGB is 96 - color contains mainly: blue. Hex color #230760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230760 is #DCF89F. Grayscale: #191919. Windows color (decimal): -14481568 or 6293283. OLE color: 6293283.

HSL color Cylindrical-coordinate representation of color #230760: hue angle of 258.88º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230760 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 7 96 -
CMYK 0.64 0.93 0 0.62
HSL 258.88º 0.86% 0.2% -
HSV(B) 258.88º 0.93% 0.38% -
XYZ 2.88 1.35 11.18 -
YUV 25.52 167.78 134.76 -
System Red Green Blue C M Y K H S L
Decimal 35 7 96 0.64 0.93 0 0.62 258.88 0.86 0.2
Hex 23 7 60 40 5D 0 3E 103 56 14
Octal 43 7 140 100 135 0 76 403 126 24
Binary 100011 111 1100000 1000000 1011101 0 111110 100000011 1010110 10100

Color Harmonies of #230760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230760

Black with #230760

Text Example


Text Example

White with #230760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230760; }

 p { color: rgb(35,7,96); }

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

background-color css

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

 a { background-color: rgb(35,7,96); }

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

border-color css

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

 span { border-color: rgb(35,7,96); }

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